home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TMAIN / TMAIN.txt < prev   
Text File  |  1998-04-27  |  2KB  |  91 lines

  1. object Main: TMain
  2.   Left = 164
  3.   Top = 228
  4.   BorderStyle = bsSingle
  5.   Caption = 'Main'
  6.   ClientHeight = 66
  7.   ClientWidth = 536
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TimerStayConnect: TTimer
  23.     Enabled = False
  24.     Interval = 50
  25.     OnTimer = TimerStayConnectTimer
  26.     Left = 504
  27.     Top = 1
  28.   end
  29.   object MainMenu1: TMainMenu
  30.     Left = 476
  31.     Top = 1
  32.     object File1: TMenuItem
  33.       Caption = '&File'
  34.       object Exit1: TMenuItem
  35.         Caption = '&Exit'
  36.         OnClick = Exit1Click
  37.       end
  38.     end
  39.     object Job1: TMenuItem
  40.       Caption = '&Job'
  41.       object Connect1: TMenuItem
  42.         Caption = '&Connect ...'
  43.         OnClick = Connect1Click
  44.       end
  45.       object N1: TMenuItem
  46.         Caption = '-'
  47.       end
  48.       object FTPExplorer1: TMenuItem
  49.         Caption = '&FTP Explorer ...'
  50.         OnClick = FTPExplorer1Click
  51.       end
  52.       object URLExplorer1: TMenuItem
  53.         Caption = 'U&RL Explorer ...'
  54.         OnClick = URLExplorer1Click
  55.       end
  56.       object Downloader1: TMenuItem
  57.         Caption = '&Downloader ...'
  58.         OnClick = Downloader1Click
  59.       end
  60.       object Uploader1: TMenuItem
  61.         Caption = '&Uploader ...'
  62.         OnClick = Uploader1Click
  63.       end
  64.       object N2: TMenuItem
  65.         Caption = '-'
  66.       end
  67.       object DropBox1: TMenuItem
  68.         Caption = 'Drop Box'
  69.         OnClick = DropBox1Click
  70.       end
  71.     end
  72.     object Cracking1: TMenuItem
  73.       Caption = '&Cracking ...'
  74.     end
  75.     object Setup1: TMenuItem
  76.       Caption = '&Setup'
  77.       object TotalSetup1: TMenuItem
  78.         Caption = 'Total Setup ...'
  79.         OnClick = TotalSetup1Click
  80.       end
  81.     end
  82.     object Help1: TMenuItem
  83.       Caption = '&Help'
  84.       object About1: TMenuItem
  85.         Caption = '&About ...'
  86.         OnClick = About1Click
  87.       end
  88.     end
  89.   end
  90. end
  91.